projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3d5e2
)
libxc: Push parallel build of libraries down to a new phony target, as
author
Keir Fraser
<keir.fraser@citrix.com>
Sun, 27 Jan 2008 17:03:35 +0000
(17:03 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sun, 27 Jan 2008 17:03:35 +0000
(17:03 +0000)
'build' is already loaded with library dependencies on ia64.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/libxc/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxc/Makefile
b/tools/libxc/Makefile
index eca40fcbabb40c9b57ef8cc7001d850d5879e514..ffc56620526ef58ef6fdc5e3d244baff25e0cbba 100644
(file)
--- a/
tools/libxc/Makefile
+++ b/
tools/libxc/Makefile
@@
-80,8
+80,11
@@
LIB += libxenguest.so libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR).$(MINOR)
all: build
.PHONY: build
-build: $(LIB)
- $(MAKE) $(LIB)
+build:
+ $(MAKE) libs
+
+.PHONY: libs
+libs: $(LIB)
.PHONY: install
install: build